Autogenerated HTML docs for v1.6.3.1-54-g99dd
diff --git a/git-add.html b/git-add.html index b9e2a8c..ac408c1 100644 --- a/git-add.html +++ b/git-add.html
@@ -322,7 +322,7 @@ <div class="sectionbody"> <div class="verseblock"> <div class="content"><em>git add</em> [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p] - [--all | [--update | -u]] [--intent-to-add | -N] + [--edit | -e] [--all | [--update | -u]] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--] <filepattern>…</div></div> </div> <h2 id="_description">DESCRIPTION</h2> @@ -425,6 +425,19 @@ </p> </dd> <dt> +-e, --edit +</dt> +<dd> +<p> + Open the diff vs. the index in an editor and let the user + edit it. After the editor was closed, adjust the hunk headers + and apply the patch to the index. +</p> +<div class="para"><p><strong>NOTE</strong>: Obviously, if you change anything else than the first character +on lines beginning with a space or a minus, the patch will no longer +apply.</p></div> +</dd> +<dt> -u </dt> <dt> @@ -697,7 +710,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2009-04-18 06:17:30 UTC +Last updated 2009-05-18 17:42:45 UTC </div> </div> </body>